home *** CD-ROM | disk | FTP | other *** search
- #
- # Filesystem Utilities #2
- #
- filesys2_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.2 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [Filesystem Tools 2/2] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " NTFS Tools "
- set textColor = color[white on cyan]
- print " [F1] Offline NT Password & Registry Editor 041205 "
- print " [F2] Active NTFS Reader for DOS V1.0.1 "
- print " [F3] EditBINI V1.01.1 "
- print " [F4] Boot Partition V2.50 "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 script boothdd0.scn
- clear
- if ($lastKey == key[f1]); then memdisk \images\offline.igz
- if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\readntfs\startup.bat
- if ($lastKey == key[f3]); then bcdw \images\freedos.img \dosapps\editbini\startup.bat
- if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\bootpart\startup.bat
- if ($lastKey == key[esc]); then script filesys.scn
- goto filesys2_menu
-
-